CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - numerical method

搜索资源列表

  1. edgedetection2003

    0下载:
  2. 数字图像的边缘检测 本科毕业设计(边缘检测是数字图像处理中的重要内容。本文首先对图像的边缘检测的各种算法和算子做了总结和分析。Canny最早提出了边缘检测的三条连续准则:最优检测结果、最优定位和低重复响应,并在这些准则的基础上得到了“最优线性滤波器”―高斯函数的一阶导数。经过十几年的发展,目前已经有了对这个准则的很多改进,本文也对这个方面的工作做了小结。Demigny在理论分析和实践的基础上给出了边缘检测的离散准则,并且证明在离散准则中Canny提出的第三个准则可以被阀值操作所取代。本文利用
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1397911
    • 提供者:swx
  1. c_alg

    0下载:
  2. 一些C语言的常用程序集,包括各种常用数值计算方法-Some C language commonly used procedures, including a variety of commonly used numerical method
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-29
    • 文件大小:266576
    • 提供者:yewenyu
  1. numerical_analysis_homework

    4下载:
  2. (有源代码)数值分析作业,本文主要包括两个部分,第一部分是常微分方程(ODE)的三个实验题,第二部分是有关的拓展讨论,包括高阶常微分的求解和边值问题的求解(BVP).文中的算法和算例都是基于Matlab计算的.ODE问题从刚性(STIFFNESS)来看分为非刚性的问题和刚性的问题,刚性问题(如大系数的VDP方程)用通常的方法如ODE45来求解,效率会很低,用ODE15S等,则效率会高多了.而通常的非刚性问题,用ODE45来求解会有很好的效果.从阶次来看可以分为高阶微分方程和一阶常微分方程,高阶的
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:350886
    • 提供者:wjl
  1. FractionalFouriertransformprocedure

    0下载:
  2. 分数阶Fourier变换程序,为求解分数阶方程提供了一些数值解法。-Fractional Fourier transform procedures for the solution of fractional order equation provided some numerical method.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:91964
    • 提供者:cbzeng
  1. matlab

    1下载:
  2. 非线性方程的几种数值解法的matlab例程,pdf格式,欢迎指教!-Nonlinear equations in several numerical method of matlab routines, pdf format, welcome the advice!
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:36980
    • 提供者:陈阳
  1. fengkang_numerical

    0下载:
  2. 冯康的数值计算方法:1.差值;2.数值积分;3.谐波分析;4.曲线拟合与经验公式;5.回归分析 6.时间序列分析;7.蒙特卡罗方法;8.线性代数数值算法-Feng Kang numerical method: 1. The difference 2. Numerical integration 3. Harmonic analysis 4. Empirical formula and curve fitting 5. Regression analysis 6. Time Series
  3. 所属分类:Algorithm

    • 发布日期:2017-11-07
    • 文件大小:44801528
    • 提供者:yzhang
  1. NumericalAlgorithm

    0下载:
  2. 常用数值算法的C++源码,包括三次样条插值、二重积分计算、常微分初值问题数值解、Newton迭代法、列主元高斯消去法、逐次超松弛迭代法。-Numerical algorithm used in C++ source code, including the cubic spline interpolation, double integral, the ordinary differential initial value problem numerical solution, Newton it
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6419
    • 提供者:胡婕
  1. Csharpshuzhijishuan

    0下载:
  2. C#编写的数值计算方法,线性插值,龙贝格算法,《C#数值计算方法》的配套书-C# prepared by numerical method, linear interpolation, Romberg Algorithm, " C# Numerical Calculation Method" book package
  3. 所属分类:source in ebook

    • 发布日期:2017-04-30
    • 文件大小:9022
    • 提供者:张珍珍
  1. Turlock-decomposition-method

    0下载:
  2. 特洛克分解法程序,文本输入输出,实现数值计算中的特洛克分解法-Turlock decomposition process, text input and output, to achieve numerical decomposition method in turlock
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:124693
    • 提供者:姜北樵
  1. c

    0下载:
  2. 松弛迭代法解线性方程组,含数值计算方法内容,c++程序。-Relaxation iteration method solving linear equations, numerical method with the content, c++ program.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:13363
    • 提供者:阿伟
  1. theexperimentalmethodofcalculatingCprocedures

    0下载:
  2. 数值计算方法中几个重要的算法用VC++实现-Numerical method in several important algorithms used VC++ to achieve
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:12075
    • 提供者:杨冬
  1. TSnake

    0下载:
  2. Snake的初衷是为了进行图像分割,但它对初始位置过于敏感,且不能处理拓扑结构改变的问题。初始位 置的敏感性可以用遗传算法来克服,因为它是一种全局优化算法,且有良好的数值稳定性。为了更精确地进行图 像分割,本文提出了一种基于遗传算法的双T—Snake模型图像分割方法,它将双T—Snake模型解作为遗传算法的搜 索空间,这既继承了T—Snake模型的拓扑改变能力,又加快了遗传算法的收敛速度。由于它利用遗传算法的全局优 化性能,克服了Snake轮廓局部极小化的缺陷,从而可得到对目标的
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:458981
    • 提供者:ultraqiangda
  1. NumericalMethod

    0下载:
  2. several numerical method code
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:3194
    • 提供者:Kong
  1. numericalcomputingmethod

    0下载:
  2. 书名:数值计算方法及其程序设计 作者:黄其明 廖鸿志 页数:435 SS号:10070597-Title: numerical method and its program design Author:Zhihong Liao Qiming Huang Pages: 435 SS No.: 10070597
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-22
    • 文件大小:6772682
    • 提供者:ld
  1. daolitesuanfa

    0下载:
  2. 这是关于数值方法中的道理特算法的源代码,共同分享吧-This is a numerical method on the special algorithm of the logic of the source code to share it
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:718
    • 提供者:baojiang
  1. jisuanfangfayuandaima

    0下载:
  2. 本压缩包包含七个常用数值计算方法算法的源代码,可供学习数值计算方法这门课程的学生作为实验的参考-The cabinet includes seven commonly used methods of numerical calculation algorithm for the source code for the numerical method to study this course as an experimental reference for students
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:5417
    • 提供者:舒传银
  1. conversingofvectors

    0下载:
  2. 有关数值计算方法中的数组间成倍的转换问题,适用于多种数据类型-Numerical method of the array of inter-conversion, multiplied for a variety of data types
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-01
    • 文件大小:583407
    • 提供者:wangyumei
  1. guass

    0下载:
  2. 有关于数值计算方法中的高斯计算方法的解决方式-On the numerical method of calculation of the Gaussian solution
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-24
    • 文件大小:539438
    • 提供者:wangyumei
  1. v1.0

    0下载:
  2. 数值计算方法网络课件系统 1.0 ASP版 数值计算方法网络课件系统是浙江大学过程装备与控制工程专业2001级本科生毕业设计成果。本系统采用ASP+ACCESS架构,在微软Windows Server 2003和IIS6.0平台上测试运行良好。-Numerical method network system software version 1.0 ASP Courseware numerical method is Zhejiang University, Process Equ
  3. 所属分类:Web Server

    • 发布日期:2017-05-12
    • 文件大小:2834636
    • 提供者:ljm
  1. capon-beamforming

    3下载:
  2. capon波束形成是阵列信号处理的经典算法,该算法用于抑制干扰噪声,提高期望信号的信噪比。 本人用VC6.0实现了该算法,同时在该程序里提供了比较多的用于数值计算的C代码,如特征值分解等。-capon beamforming is a classic array signal processing algorithm used to suppress noise interference and improve signal to noise ratio of desired signal
  3. 所属分类:Windows Develop

    • 发布日期:2015-12-10
    • 文件大小:20845
    • 提供者:winton
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com